﻿je_russian_anarchy = {
    icon = "gfx/interface/icons/event_icons/event_military.dds"

    complete = {
        custom_tooltip = {
            text = has_russian_anarchy
            has_global_variable = rus_anarchy
        }
        custom_tooltip = {
            text = united_muscovy
            AND = {
                OR = {
                    NOT = { exists = c:RYA }
                    root = c:RYA
                    c:RYA = { 
                        is_subject_of = root 
                    }
                }
                OR = { 
                    NOT = { exists = c:MSO }
                    root = c:MSO
                    c:MSO = { 
                        is_subject_of = root 
                    }	
                }
                OR = { 
                    NOT = { exists = c:TVE }
                    root = c:TVE
                    c:TVE = { 
                        is_subject_of = root 
                    }	
                }
                OR = { 
                    NOT = { exists = c:NZH }
                    root = c:NZH
                    c:NZH = { 
                        is_subject_of = root 
                    }
                }
                OR = { 
                    NOT = { exists = c:SMO }
                    root = c:SMO
                    c:SMO = { 
                        is_subject_of = root 
                    }
                }
            }
        }
        owns_entire_state_region = STATE_MOSCOW
        owns_entire_state_region = STATE_TVER
        owns_entire_state_region = STATE_OKA
        owns_entire_state_region = STATE_SMOLENSK
        owns_entire_state_region = STATE_BRYANSK
	}

    on_complete = {
		trigger_event = { id = dvg_russian_anarchy.200 }
	}

	weight = 100
	should_be_pinned_by_default = yes
}
